home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!longbarn.demon.co.uk
- From: Peter Jones <pete@longbarn.demon.co.uk>
- Newsgroups: comp.lang.c
- Subject: Re: Writing Assembly with C in Windows 95?
- Date: Thu, 18 Jan 1996 20:30:22 GMT
- Organization: None
- Message-ID: <270644921wnr@longbarn.demon.co.uk>
- References: <DLCp4x.JoA@draco.nova.edu>
- Reply-To: pete@longbarn.demon.co.uk
- X-NNTP-Posting-Host: longbarn.demon.co.uk
- X-Broken-Date: Thursday, Jan 18, 1996 20.30.22
- X-Newsreader: Newswin Alpha 0.7
- X-Mail2News-Path: relay-4.mail.demon.net!post.demon.co.uk!longbarn.demon.co.uk
-
-
- You can call all Windows API functions from ASM just by PUSHing all the arguments before CALLing the function. Try compiling
- the program using an option to provide an assmebler output listing and having a look at it. It won't make your programs much
- faster because the code I've seen when I did this with Borland C++ was a small as possible. If you want to make your program
- fast and just for Win95, try using high performance bitmaps, known as DIBs, for the graphics.
-
-
- /-------------------------------------------------------------------------\
- | Peter Jones pete@longbarn.demon.co.uk |
- \-------------------------------------------------------------------------/
-
-